
/*公用*/
.vish{
	visibility: hidden;
}

/*东测简介内容*/

/*电脑端 每个nav选中*/
.head_pc .pc_nav_active a::after{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.head_pc .pc_nav_active a{
	color: #005bac;
}
/*内部导航*/
.about_navbox{
	width:100%;
	overflow: hidden;
	text-align: center;
}
.about_nbox{
		display: inline-block;
		margin: 0 auto;
		overflow: hidden;
}
.about_navbox button{
		float: left;
		
		padding: 0 20px;
		font-size: 16px;
		color: #6A6A6A;
		line-height: 40px;
		border: solid 2px #6A6A6A;
		margin-right: 30px;
		border-radius: 5px;
		text-align: center;
		margin-top: 20px;
}

.about_newlongnbox{
	width: 100%;
}
.about_newlongnbox button{
	width: 15.75%;
	margin-right: 2%;
	padding: 0;
}
.about_newlongnbox button:nth-child(6){
	margin-right: 0;
}
.about_newTwoLineBox{
	overflow: hidden;
	margin: 0 auto;
}
.about_newTwoLineBox button{
	float: none;
}
	/*移入*/
.about_navbox button:hover{
		border: solid 2px #005BAC;
		color: #005BAC;
}
	/*选中的*/
.about_navbox .btn_pitchon{
		border: solid 2px #005bac;
		color: #005bac;
}
	
.about_navbox button:last-child{
		margin-right: 0;
}
.about_textbox{
	text-align: left;
	margin-top: 20px;
}
.about_textbox p{
	font-size: 16px;
	line-height: 2;
	
	color: #6a6a6a;
}
/*东测文化*/
.about_textbox ol{
	margin-left: 60px;
	color: #6a6a6a;
	font-size: 16px;
}
.about_textbox ol li{
	list-style: decimal;
}

/*正文下方的图片*/
.about_botimgbox{
	width: 100%;
	margin-top: 20px;
}
.about_botimgbox img{
	width: 100%;
	height: auto;
}

/*新闻中心*/

.newsTab_nbox{
	overflow: hidden;
	text-align: center;
}

/*新闻内容列表内容*/
.news_nbox{
	width: 100%;
	border-bottom: dashed 1px #CCCCCC;
	overflow: hidden;
	padding: 10px 0;
}
.news_nbox p{
	text-indent: 0;
}

/*左侧时间*/
.news_nbox .news_time{
	float: left;
	text-align: center;
}
.news_time .news_date,.news_time .news_month,.news_time .news_year{
	color: #005BAC;
}


/*新闻中间区域*/
.news_content{
	float: left;
	text-align: left;
}
.news_content .news_title{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.news_content .news_text{
	font-size: 14px;
	
    margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}

/*右侧*/
.news_imgbox{
	float: right;
}
.news_imgbox img{
	width: 200px;
	height: auto;
	border: solid 1px #E9E9E9;
	box-sizing: border-box;
}


/*新闻详细页*/
.newsDetails_box{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
/*新闻详细标题*/
.newsDetails_box .newsD_title{
	
	color: #333333;
	line-height: 2em;
}
.newsDetails_box .newsD_time{
	margin-top: 10px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #E5E5E5;
	margin-bottom: 20px;
	color: #b3b3b3;
}

/*新闻详情内容容器*/

.newsD_contentbox{
	width: 100%;
}
/*新闻详情内容图片*/
.newsD_contentbox{
	width: 100%;
}
.newsD_imgbox{
	margin: 20px auto;
}

/*新闻详细页区域的文字*/
.newsD_textbox{
	text-align: left;
	font-size: 14px;
	line-height: 2em;
	
}

/*项目中心*/
.project_box{
	width: 100%;
}
/*项目中心每一排的*/
.project_linebox{
	width: 100%;
	overflow: hidden;
}
/*项目中心内容每排内容*/
.project_item{
	float: left;
	box-sizing: border-box;
	margin-top: 20px;
}

/*项目中心内容图片*/
.project_itemimgbox{
	width: 360px;
	height: 238px;	
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	border: solid 1px #E5E5E5;
}
.project_itemimgbox:hover{
	border: solid 3px #094d9e;
}
.project_img{
	display: block;
	width: 400px;
	height: auto;
}
.project_textbox{
	width: 100%;
	overflow: hidden;
	background-color: #F2F2F2;
	height: 40px;
}
.project_textbox .project_title{
	text-indent: 0;
	text-align: center;
}
.project_textbox .project_text{
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}

/*资质荣誉*/
.credential_linebox{
	width: 100%;
	overflow: hidden;
}
.credential_imgbox{
	width: 240px;
	height: 168px;
	overflow: hidden;
	text-align: center;
}
.credential_linebox .credential_img{
	width: 230px;
	height: auto;
}
.credential_textbox{
	margin-top: 10px;
}
.credential_textbox .credential_text{
	text-align: center;
	text-indent: 0;
}

/*咨询培训*/
.training_box{
	width: 100%;
	overflow: hidden;
	background-color: #f2f2f2;
	padding: 10px 0;
	margin-top: 20px; 
}


/*招贤纳士*/
.recruit_box{
	width: 100%;	
}
.recruit_box .recruit_title{
	font-weight: bold;
	text-indent: 0;
}
.recruit_box .recruit_LittleTitle{
	font-size: 18px;
	text-indent: 1em;
	margin-top: 20px;
}
.l_zp{ 
	padding:10px; 
	overflow:hidden;
}
.l_zhao{ 
	width:100%; 
	overflow:hidden;
}
.l_zhao1{ 
	height:40px; 
	overflow:hidden; 
	line-height:40px; 
	background:#094d9e; 
	color:#fff; 
	padding-left:20px; 
	margin-bottom:10px;
	font-family: "微软雅黑"; 
	font-size:16px;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-ms-border-radius:5px; 
	-o-border-radius:5px; 
	-webkit-border-radius:5px; 
}
.l_zhao2{ 
	width:100%; 
	overflow:hidden; 
}
.l_zhao2 .fl{
	width:660px; overflow:hidden;float:left;}
.l_zhao2 .fl span{ height:30px; line-height:30px; overflow:hidden; font-weight:bold;}
.l_zhao2 .fr{ float:right;}
.l_zhao2 .fl p{ line-height:30px; margin-bottom:10px;}
.l_zhao2 .fr a{
	display: block;
	width: 100px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	background: #4a515a;
	font-size: 14px; 
	margin-top:25px; 
	border-radius:10px; 
	-moz-border-radius:10px; 
	-ms-border-radius:10px; 
	-o-border-radius:10px; 
	-webkit-border-radius:10px;
}
.l_zhao2 .fr a:hover{ background:#094d9e; text-decoration:none; }

	

/*联系我们*/
.contactus_bigbox{
	width: 100%;
	overflow: hidden;
}

/*手机版的地图隐藏*/
.m_mapbox{
	display: none;
}

/*联系我们右侧二维码*/
/*左侧*/
.contact_left p{
	text-indent: 0;
	font-size: 16px;
}
.contact_left .contactus_title{
	font-size: 24px;
}
.contact_right p{
	text-align: center;
	text-indent: 0;
	font-size: 14px;
	margin-top: 10px;
}
.contact_right img{
	width: 100%;
	border: solid 1px #E5E5E5;
}

/*联系我们分公司上方的隔离线*/
.contact_topline{
	border-top: dashed 1px #E5E5E5;
}

/* 翻页*/
.c_fan{ 
	width:100%; 
	text-align:center; 
	padding-top:20px; 
	font-size:12px; 
	padding-bottom:10px;
}
.c_fan span{ 
	font-size:12px; 
	display:inline-block;
}
.c_fan a{ 
	display:inline-block; 
	padding:2px 10px; 
	color:#fff; 
	background:#4a515a; 
	margin-left:1px; 
	margin-right:1px; 
	font-size:12px;
}
.c_fan a:hover{ 
	background:#094d9e;
}
.c_fan a.cur{ 
	background:#094d9e;
}
.c_fan select{ 
	display:inline-block; 
	height:21px; 
	width:50px; 
	outline:none; 
	border:#5a514a solid 1px;
}


/*项目详情页*/
.c_chan{ width:100%; height:370px; overflow:hidden; margin-bottom:20px;}
.n_right{ width:620px; height:370px; overflow:hidden; float:right;}
.c_title{ height:30px; line-height:30px; overflow:hidden; font-size:16px; color:#3c3c3c; font-weight:bold; width:100%; float:left;}
.c_zhai{ width:100%; line-height:30px; font-size:14px; max-height:60px; color:#f00; overflow:hidden; font-family:"微软雅黑"; margin-bottom:10px;float:left; }
.x_ci{ width:100%; height:25px; line-height:25px; float:left; font-size:14px;}
.c_fx{ position:relative; height:30px;float:left;width:100%;font-size:14px;  }
.c_date{ height:30px; line-height:30px;float:left;width:100%; overflow:hidden;font-size:14px; }
.c_jia{ width:300px; height:50px; overflow:hidden;float:left; margin-top:5px;font-size:14px; }
.c_jia a{ display:block; width:130px; height:50px; overflow:hidden; text-align:center; line-height:50px; color:#fff; background:#5a514a; border-radius:10px;_border-radius:10px; font-size:16px; float:left; margin-right:20px;}
.c_jia a:hover{ background:#ff9a0b;}

#preview1{text-align:center; width:540px; overflow:hidden}
.jqzoom{ width:540px; height:360px; position:relative;}
.jqzoom img{width:540px; height:360px; overflow:hidden;}
.zoomdiv{ left:859px; width:540px; height:360px;}
.list-h li{ float:left;}
#spec-n7{width:450px; height:68px;  overflow:hidden; margin-bottom:10px;}
#spec-left{ background:url(images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:10px; }
#spec-right{background:url(images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:10px;}
#spec-list1{ width:410px; float:left; overflow:hidden; margin-left:10px; display:inline; margin-right:10px;}
#spec-list1 ul li{ float:left; margin-right:0px; display:inline; width:103px; }
#spec-list1 ul li img{ padding:2px ; border:2px solid #ccc; width:90px; height:60px;}
/*jqzoom*/
.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:600px;height:400px;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:1080px;height:720px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#fff 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list1{ position:relative;}
#spec-list1 div{ margin-top:0;margin-left:0px; *margin-left:0;}
#spec-list1 li.active img{ border:2px solid #fa7a02 ;}
.x_c1{ width:100%; height:30px; line-height:30px; float:left; font-size:14px;}
.x_c1 .fl{ 
	margin-right:15px; 
	font-size:14px;
}
.x_c2{ 
	width:100%; 
	height:30px; 
	line-height:30px; 
	float:left; 
	font-size:14px; 
	color:#094d9e; 
	margin-bottom:5px;
	margin-top: 20px;
}
.l_xq{ width:100%; height:30px; border-bottom:#ddd solid 1px;}
.l_xq span{ display:block; height:30px; border-bottom:#333 solid 1px; width:80px; font-size:14px;}
.l_xn{ width:100%; padding:20px 0px;}
.l_xn img{ max-width:100%; overflow:hidden;}
.c_xiang{ height:30px; width:100%;border-bottom: #ddd solid 1px;}
.c_xiang span{display: block;height: 30px;border-bottom: #333 solid 1px;width: 80px;font-size: 16px; }
.l_xn{ width:100%; padding:20px 0px;}
.l_xn img{ max-width:100%; overflow:hidden;}
.x_ci b{  color:#c40000;font-size:18px;}
.x_ci span{color:#c40000; font-weight:bold;}

/*底部加新容器*/
.footer_newpc_botbox{
	width: 100%;
	background-color: #4c4c4c;
}
/*内容容器*/
.footer_newpc_nbox{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 16px;
}
.footer_newpc_botbox span{
	color: #CCCCCC;
	font-size: 18px;
	margin-right: 20px;
}
.footer_newpc_botbox a{
	line-height: 80px;
	margin:0 10px;
	color: #E6E6E6;
}
.footer_newpc_botbox a:hover{
	color:#005bac;
}

/*右侧悬浮窗*/

*,p,h1,ul,li,input,img,figure,h3,h1,h2,dl,dd,dt{
    margin:0;
    padding:0;
}
ul, ol, li, dl, dt, dd {
    list-style:none;
}
.service{
	display: block;
}
.service a {
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*-*/
.service {
	position:fixed;
	right:30px;
	top:65%;
	z-index: 11111111111111111111;
}
.service-ul li {
	position:relative;
	height:54px;
	margin-bottom:1px;
	cursor:pointer;
}
.service-ul li p {
	position:absolute;
	right:0;
	top:0;
	width:54px;
	height:54px;
	background-color:#626262;
	overflow: hidden;
}
.service-ul li span {
	padding-right:10px;
	font-size:14px;
	line-height:54px;
	color:#fff;
}
.service-ul li img {
	float:left;
	display:block;
}
.service-ul li .service-ul-li-2-img {
	position:absolute;
	left: -191px;
    top: -29px;
    display: none;
	width:110px;
	height:110px;
}
.go-into-Huitong-ul-s {
	max-width:1000px;
}
.go-into-Huitong-ul-s li {
	width:16.66%;
}

/*项目中心电脑端*/
.prodject_tabbox{
	float: left;
	width: 18%;
	background-color: #005bac;
	margin-right: 2%;
	padding-bottom: 20px;
	margin-top: 40px;
}

.prodject_tabbox .prodject_newtitle{
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.prodject_tabbox button{
	display: block;
	float: none;
	width: 80%;
	margin: 0 auto;
	border: none;
	border-radius: 0;
	padding: 0;
	text-align: left;
	padding-left: 10px;
	border-bottom:solid 1px #E9E9E9 ;
}
.prodject_tabbox button:after{
	content: ">";
	width: 20px;
	height: 20px;
	background-color: #E9E9E9;
	text-align: center;
	line-height: 20px;
	float: right;
	border-radius: 20px;
	margin-right: 10px;
	margin-top: 10px;
}
.prodject_tabbox button:last-child{
	margin: 0 auto;
}
.prodject_tabbox button:hover{
	border-left: none;
	border-right: none;
	border-top:none;
	border-bottom:solid 1px #E9E9E9 ;
}

/*新的加宽*/
.prodject_tabbox1{
	float: left;
	width: 22%;
	background-color: #005bac;
	margin-right: 2%;
	padding-bottom: 20px;
	margin-top: 40px;
}
.prodject_tabbox1 .prodject_newtitle{
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.prodject_tabbox1 button{
	display: block;
	float: none;
	width: 80%;
	height: 60px;
	margin: 0 auto;
	border: none;
	border-radius: 0;
	padding: 0;
	text-align: left;
	padding-left: 10px;
	border-bottom:solid 1px #E9E9E9 ;
}
.prodject_tabbox1 button:after{
	content: ">";
	width: 20px;
	height: 20px;
	background-color: #E9E9E9;
	text-align: center;
	line-height: 20px;
	float: right;
	border-radius: 20px;
	margin-right: 10px;
	margin-top: 10px;
}
.prodject_tabbox1 button:last-child{
	margin: 0 auto;
}
.prodject_tabbox1 button:hover{
	border-left: none;
	border-right: none;
	border-top:none;
	border-bottom:solid 1px #E9E9E9 ;
}

/*项目中心右侧内容*/
.prodject_rightbox{
	float: right;
	width: 80%;
}

/*新的加宽*/
.prodject_rightbox1{
	float: right;
	width: 76%;
}

.prodject_rightbox1 .project_item{
	width: 30%;
}

/*新项目中心的内的图片*/
.project_img{
	width: 100%;
	height: auto;
}


/*新版地图*/
.new_mapbox{
	width: 100%;
}
.newmapImpox{
	width: 834px;
	height: 711px;
	margin: 0 auto;
	background-image: url(../images/newmap/new_map.png);
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.newmapImpox li{
	cursor: pointer;
}
/*黑龙江*/
.newmap_heilongjiang{
	position: absolute;
	width: 184px;
	height: 168px;
	line-height: 200px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right: 0px;
	top: 0;
	text-align: center;
}
.newmap_heilongjiang:hover{
	background-image: url(../images/newmap/heilongjiang2.png);
}
/*吉林*/
.newmap_jilin{
	position: absolute;
	width: 137px;
	height: 94px;
	line-height: 90px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right: 18px;
	top: 132px;
	text-align: center;
	
}
.newmap_jilin:hover{
	background-image: url(../images/newmap/jilin2.png);
}

/*辽宁*/
.newmap_liaoning{
	position: absolute;
	width: 97px;
	height: 92px;
	line-height: 70px;
	color: #FFFFFF;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right: 80px;
	top: 187px;
	text-align: center;
	z-index: 5;
}
.newmap_liaoning:hover{
	background-image: url(../images/newmap/liaoning2.png);
}

/*内蒙古*/
.newmap_neimenggu{
	position: absolute;
	width: 367px;
	height: 313px;
	line-height: 490px;
	/*color: #FFFFFF;*/
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right: 119px;
	top: 8px;
	text-align: center;
}
.newmap_neimenggu:hover{
	background-image: url(../images/newmap/neimenggu2.png);
}

/*新疆*/
.newmap_xinjiang{
	position: absolute;
	width: 335px;
	height: 254px;
	line-height: 300px;
	/*color: #FFFFFF;*/
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	left: 0;
	top: 79px;
	text-align: center;
	/*background-image: url(../images/newmap/xinjiang2.png);*/
}
.newmap_xinjiang:hover{
	background-image: url(../images/newmap/xinjiang2.png);
}

/*河北*/
.newmap_heibei{
	position: absolute;
	width: 90px;
	height: 129px;
	line-height: 150px;
	/*color: #FFFFFF;*/
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right: 159px;
	top: 214px;
	text-align: center;
	/*background-image: url(../images/newmap/hebei2.png);*/
	z-index: 20;
}
.newmap_heibei span{
	margin-left: -40px;
}
.newmap_heibei:hover{
	background-image: url(../images/newmap/hebei2.png);
}

/*北京*/
.newmap_beijing{
	position: absolute;
	width: 28px;
	height: 30px;
	line-height: 30px;
	/*color: #FFFFFF;*/
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right: 195px;
	top: 245px;
	text-align: center;
	/*background-image: url(../images/newmap/beijing2.png);*/
	z-index: 40;
}
.newmap_beijing span{
	/*margin-left: -40px;*/
}
.newmap_beijing:hover{
	background-image: url(../images/newmap/beijing2.png);
}
/*山东*/
.newmap_shandong{
	position: absolute;
	width: 112px;
	height: 70px;
	line-height: 60px;
	/*color: #FFFFFF;*/
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right: 111px;
	top: 300px;
	text-align: center;
	/*background-image: url(../images/newmap/shandong2.png);*/
	z-index: 60;
}
.newmap_shandong span{
	margin-left: -20px;
}
.newmap_shandong:hover{
	background-image: url(../images/newmap/shandong2.png);
}
/*湖北*/
.newmap_hubei{
	position: absolute;
	width: 127px;
	height: 79px;
	line-height: 80px;
	/*color: #FFFFFF;*/
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right: 195px;
	top: 403px;
	text-align: center;
	/*background-image: url(../images/newmap/hubei2.png);*/
	z-index: 60;
}
.newmap_hubei span{
	/*margin-left: -20px;*/
}
.newmap_hubei:hover{
	background-image: url(../images/newmap/hubei2.png);
}

/*内容弹出*/
.mapTcBox{
	width:470px;
	height: 318px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -235px;
	margin-top: -159px;
	background-color: #FFFFFF;
	z-index: 500;
	box-shadow: 0 3px 3px #CCCCCC;
	display: none;
}
.mapTcBox .mapTcHeader{
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #5a8cb7;
	position: relative;
}
.mapTcHeader_Title{
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: bold;
}
.mapTcHeader_TitleClose{
	width: 12px;
	height: 12px;
	float: right;
	position: absolute;
	top: 19px;
	right: 20px;
	cursor: pointer;
}
.mapTcContentBox{
	width: 100%;
	height: 268px;
	overflow-y:auto;
	text-align: left;
}
.mapTcItem{
	width: 90%;
	margin: 20px auto;
}
.mapTcItem_name{
	font-size: 18px;
	color: #5a8cb7;
	margin-bottom: 10px;
	line-height: 32px;
}
.mapTcItem ul li{
	list-style-image: url(../images/newmap/newmap_liststyleimg.png);
	font-size: 14px;
	color: #333333;
	margin-left: 27px;
	padding-bottom: 20px;
	
}

/*地图最下端的tab切换*/
.newmap_botbox{
	width:100%;
	margin-top: 50px;
	overflow: hidden;
}
.newmap_botTabbox ul{
	width: 746px;
	overflow: hidden;
	margin: 0 auto;
}
.newmap_botTabbox ul li{
	width: 74px;
	height: 25px;
	background-color: #DADADA;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	color: #333333;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.newmap_botTabbox ul li:last-child{
	margin-right: 0;
}
.newmap_botTabbox ul .newmap_botCur{
	background-color: #5a8cb7;
}
.newmap_botTabbox ul .newmap_botCur a{
	color:#FFFFFF;
}
/*下方显示*/
.newmap_TabConcentBox{
	width: 746px;
	margin: 10px auto 0;
	background-color: #DADADA;
	overflow: hidden;
}
.newmap_TabConcentItem{
	width: 100%;
	display: none;
}
.newmap_TabConcentItem:first-child{
	display: block;
}
/*每一个分公司*/
.newmap_tabCompany{
	padding: 20px 0;
	overflow: hidden;
	border-bottom: dashed 1px #CCCCCC;
}
.newmap_tabTitle{
	width: 10%;
	float: left;
	font-size: 16px;
	color: #00447d;
	margin-left: 20px;
	font-weight: bold;
	line-height:40px ;
}
.newmap_tabRightbox{
	width: 80%;
	float: left;
	text-align: left;
}
.newmap_tabRightbox p{
	font-size: 14px;
	color:#9f9f9f;
	line-height: 28px;
}
.newmap_tabRightbox p span{
	color: #333333;
}
.fen_m{
	display: none;
}

/*手机版和电脑版通用的属性结束*/
 

/*关于东测电脑端*/
@media screen and (min-width: 1200px) {
	.newAbout_leftimgbox{
		width: 600px;
		overflow: hidden;
		float: left;
		margin-right: 20px;
	}
	.newAbout_leftimgbox .swiper-container{
		width: 600px;
	}
	.newAbout_leftimgbox .swiper-container img{
		width: 100%;
	}
	
	.aboutbigbox{
		width: 100%;
		margin-top: 50px;
	}
	.about_navbox{
		margin-top: 50px;
	}
	.about_mobilenav{
		display: none;
	}
	/*新闻中心*/
	.newsTab_nbox button{
		padding: 0 100px;
	}
	/*内容*/
	.news_nbox .news_time{
		width: 120px;
	}
	/*手机端的内容列表不显示*/
	.news_mobilecontentbox{
		display: none;
	}
	/*新闻列表*/
	.news_content{
		width: 850px;
	}
	/*新闻日期的每个文字的大小*/
	.news_nbox .news_time .news_date{
		font-size: 24px;
	}
	.news_nbox .news_time .news_date span{
		font-size: 20px;
	}
	.news_nbox .news_time .news_month{
		font-size: 18px;
	}
	.news_nbox .news_time .news_month span{
		font-size: 14px;
	}
	.news_nbox .news_time .news_year{
		font-size: 22px;
	}
	.news_nbox .news_time .news_year span{
		font-size: 18px;
	}
	
	/*手机版新闻详情页*/
	.newsDetails_box .newsD_title{
		font-size: 22px;
		width: 80%;
		margin: 0 auto;
	}
	.newsD_imgbox img{
		width: 500px;
		height: auto;
	}
	.newsD_textbox{
		width: 80%;
		margin: 10px auto;
	}
	
	/*项目中心*/
	.project_item{
		width: 360px;
		margin-right: 5%;
	}
	.project_item:last-child{
		margin-right: 0;
	}
	.project_item .project_title{
		font-size: 18px;
	}
	
	
	
	/*资质荣誉*/
	.credential_linebox{
		margin-top: 30px;
	}
	.credential_item{
		width: 20%;
		float: left;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}
	.credential_item:last-child{
		margin-right: 0;
	}
	
	/*咨询培训*/
	.training_contentbox{
		margin-top: 30px;
	}
	.training_leftbox{
		float: left;
		margin-left: 10px;
	}
	.training_leftbox img{
		width: 300px;
		height: auto;
	}
	/*右侧内容*/
	.training_rightbox{
		width: 800px;
		float: left;
		margin-left: 30px;
	}
	.training_rightbox p{
		text-indent: 0;
	}
	.training_title{
		font-size: 20px;
		font-weight: bold;
	}
	.training_time{
		font-size: 16px;
	}
	.training_rightbox .training_text{
		text-indent: 2em;
	}
	
	/*招贤纳士*/
	.recruit_box ol li{
		margin-left: 20px;
		line-height: 2em;
	}
	
	/*联系我们*/
	.contact_left{
		float: left;
	}
	.contact_right{
		float: right;
		width: 100px;
		margin-top: 20px;
	}
	
	
	/*新版的项目中心右侧*/
	.prodject_rightbox .project_item{
		width: 30%;
		margin-right: 5%;
	}
	.prodject_rightbox .project_item:last-child{
		margin-right:0 ;
	}
}
/*电脑版结束*/

/*关于手机端的*/
@media screen and (max-width: 780px) {
	
	/*手机端的下拉nav二级菜单*/
	.ul2 .nli{
		border-bottom: solid 1px #E6E6E6;
	}
	.m_navSecond{
		width: 85%;
		line-height: 43px;
		font-size: 14px;
		display: block;
		padding-left: 15%;
	}
	
	
	.about_nbox{
		display: none;
	}
	
	.about_mobileinsidebox{
		overflow: hidden;
		display: block;
		margin-top: 20px;
		text-align: center;
	}
	.about_mobileinsidebox button{
		float: none;
		margin-right: 5px;
		margin-top: 5px;
	}
	/*电脑端的新闻内容不显示*/
	.news_pccontentbox{
		display: none;
	}
	/*新闻中心*/
	.newsTab_nbox{
		display: none;
	}
	/*新闻内容*/
	/*手机版内容图片在左侧*/
	.news_imgbox{
		float: left;
		width: 40%;
	}
	/*手机版标题和内容在右侧*/
	.news_mobileRightBox{
		float: right;
		width: 55%;
	}
	.news_mobileRightBox .news_content{
		width: 100%;
		padding: 0;
	}
	.news_mobileRightBox .news_content .news_title{
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
     	white-space:nowrap;
	}
	.news_mobileRightBox .news_content .news_text{
		font-size: 12px;
		margin-top:5px ;
	}
	
	/*手机端日期*/
	.news_mobileRightBox .news_time{
		width: 100%;
	}
	.news_time .news_date,.news_time .news_month,.news_time .news_year{
		font-size: 12px;
		float: right;
		margin-top: 10px;
	}
	
	/*手机版新闻详情页*/
	.newsDetails_box .newsD_title{
		font-size: 18px;
		
	}
	/*手机版内容图片*/
	.newsD_imgbox img{
		width: 100%;
		height: auto;
	}
	
	/*项目中心*/
	.project_item{
		float: none;
		width: 100%;
		margin: 20px 0;
	}
	
	.project_item .project_img{
		width: 100%;
		height: auto;
	}
	
	/*仪器销售*/
	.project_itemimgbox{
		width: 100%;
		height: auto;
	}
	
	/*仪器销售内tab区域*/
	.project_navbox{
		width: 100%;
		overflow: hidden;
	}
	.project_navbox button{
		width: 30%;
		margin-right: 5%;
		margin-top: 10px;
		padding: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.project_navbox button:nth-child(3n+3){
		margin-right: 0;
	}
	
	/*项目中心详细*/
	.c_chan{ 
		width:100%; 
		height: auto; 
		overflow:hidden; 
		margin-bottom:20px; 
		margin-top:10px;
	}
	.n_right{ 
		width:100%; 
		height: auto; 
		overflow:hidden; 
		float:none;
	}
	.c_title{ 
		height:30px; 
		line-height:30px; 
		overflow:hidden; 
		font-size:16px; 
		color:#3c3c3c; 
		font-weight:bold; 
		width:100%; 
		float:left;
	}
	.c_zhai{ 
		width:100%; 
		line-height:30px; 
		font-size:14px; 
		max-height:60px; 
		color:#f00; 
		overflow:hidden; 
		font-family:"微软雅黑"; 
		margin-bottom:10px;
		float:left; 
	}
	.x_ci{ 
		width:100%; 
		height:25px; 
		line-height:25px; 
		float:left; 
		font-size:14px;
	}
	.c_fx{ 
		position:relative; 
		height:30px;
		float:left;
		width:100%;
		font-size:14px;  
	}
	.c_date{ 
		height:30px; 
		line-height:30px;
		float:left;
		width:100%; 
		overflow:hidden;
		font-size:14px; 
	}
	.c_jia{ 
		width:130px; 
		height:50px; 
		overflow:hidden;
		float:left; 
		margin-top:5px;
		font-size:14px; 
	}
	.c_jia a{ 
		display:block; 
		width:130px; 
		height:50px; 
		overflow:hidden; 
		text-align:center; 
		line-height:50px; 
		color:#fff; 
		background:#563414; 
		border-radius:10px;
		border-radius:10px; 
		font-size:16px;
	}
	.c_jia a:hover{ 
		background:#000;
	}
	
	#preview1{
		text-align:center; 
		width:100%; 
		overflow:hidden;
	}
	.jqzoom{ 
		width:100%; 
		height: auto; 
		position:relative; 
		margin-bottom:10px;
	}
	.jqzoom img{ 
		display:block; 
		width:100%; 
		height:auto;
	}
	
	/*手机版资质证书*/
	
	.credential_navbox button{
		margin-right: 30px;
	}
	.credential_item{
		margin-top: 30px;
	}
	/*手机版资质证书只显示前四个*/
	.container{
		width: 100%;
	}
	.credential_linebox:last-child{
		display: none;
	}
	.credential_imgbox{
		width: 100%;
		height: auto;
	}
	.credential_linebox .credential_img{
		width: 80%;
		height: auto;
	}
	
	
	
	/*咨询培训*/
	
	
	/*招贤纳士*/
	.recruit_box ol{
		margin-left: 40px ;
	}
	.recruit_box ol li{
		text-indent: 0;
		padding-left: 0;
		line-height: 1.5em;
	}
	
	/*招贤纳士的p不允许第一段缩进*/
	.l_zhao2{
		position: relative;
	}
	.l_zhao2 .fl{
		width: 100%;
	}
	.l_zhao2 .fl p{
		text-indent: 0;
	}
	
	/*招贤纳士的按钮*/
	.l_zhao2 .fr{
		position: absolute;
		top: 0;
		right: 0;
	}
	.l_zhao2 .fr a{
		margin-top: 0;
	}
	
	/*手机版联系我们*/
	.contact_right{
		width: 30%;
		margin: 10px auto;
	}
	/*电脑端的地图隐藏*/
	.pc_mapbox{
		display: none;
	}
	.m_mapbox{
		display: block;
	}
	
	
	.m_mapbox .shtit {
    padding: 20px;
    font-family: "";
		line-height: 30px;
	text-align: left;
	font-size: 14px}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*首页友情链接*/
	.footer_newpc_nbox{
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 15px;
		font-size: 16px;
		text-align: center;
		overflow: hidden;
	}
	.footer_newpc_botbox span{
		margin-right: 0;
		display: block;
		padding-top: 20px;
	}
	.footer_newpc_botbox a{
		line-height: 80px;
		margin:0;
		color: #E6E6E6;
		display: block;
		width: 50%;
		float: left;
		text-align: center;
	}
	.footer_newpc_botbox a:hover{
		color:#005bac;
	}
	/*手机端悬浮窗隐藏*/
	.service{
		display: none;
	}
	/*手机端的项目中心*/
	.prodject_tabbox,.prodject_tabbox1{
		display: none;
	}
	.prodject_rightbox,.prodject_rightbox1{
		float: none;
		width: 100%;
	}
	.prodject_rightbox1 .project_item{
		width: 100%;
	}
	
	.new_mapbox{
		display: none;
	}
	.fen_m{
		display: block;
	}
}
/*手机版结束*/

